Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

테크블로그 게시글 좋아요 기능 개발 #127

Merged
merged 9 commits into from
Oct 23, 2024
Merged

Conversation

chaejm55
Copy link
Contributor

🔎 작업 내용

  1. commetCount에 댓글 개수를 댓글 생성/삭제마다 갱신해 저장하도록 바꾸었습니다.
  2. 게시글에 좋아요/좋아요 취소가 가능합니다.
  3. 게시글 Detail을 반환할 때 좋아요 여부를 추가로 반환합니다.

To Reviewers 📢

체크 리스트

  • 테스트를 작성했습니다.
  • 테스트를 통과했습니다.
  • API 변경사항이 존재합니다.
  • API 호출을 직접 실시하였고, 해당 데이터가 정상적으로 표시됩니다.
  • 기존 코드에 영향을 주는 작업 내용이 존재합니다.
  • 향후 추가적인 작업이 필요한 부분이 있습니다.

➕ 관련 이슈

@chaejm55 chaejm55 added the feat New feature or request label Oct 22, 2024
@chaejm55 chaejm55 self-assigned this Oct 22, 2024
@chaejm55 chaejm55 linked an issue Oct 22, 2024 that may be closed by this pull request
2 tasks
Copy link

Unit Test Results

11 tests   11 ✔️  1s ⏱️
  5 suites    0 💤
  5 files      0

Results for commit f00e4cc.

Copy link
Member

@kwonssshyeon kwonssshyeon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다 ~

@chaejm55 chaejm55 merged commit cd042c1 into dev Oct 23, 2024
3 checks passed
@chaejm55 chaejm55 deleted the feat/issue-#125 branch October 23, 2024 05:59
kwonssshyeon pushed a commit that referenced this pull request Oct 29, 2024
* Feat: 댓글 작성/삭제 시 commentCount 변경

* Fix: commentList size 계산이 아닌 commentCount 필드로 댓글 개수 반환

* Feat: 좋아요 기능을 위한 중간테이블 정의

* Feat: likeCount를 위한 편의 메서드 정의

* Feat: 좋아요 중간 테이블 레포지토리 작성

* Feat: 좋아요 오류 상황에 대한 ErrorCode 정의

* Feat: 게시글 좋아요 서비스 작성

* Feat: 좋아요 API spec 정의

* Feat: 게시글 Detail 반환 시 좋아요 여부 필드 추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] 테크 블로그 좋아요 기능 개발
2 participants